html {
    /*background-color: dimgrey; */
    background: url(../Images/Backgrounds/background_5.jpg);
}

.title-logo {
    text-align: center;
    /* background-color: dimgray; */
    }

.slogan {
    color: #11224E;
    text-shadow: 2px 2px 4px #F87B1B;
    
}

.main-nav {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
}

.main-nav li { float: left;}
.main-nav li a {
    display: block;
    color: #eeeeee;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
    font-size: xx-large;
    
}

.title-sections {
    color: #11224E;
    text-align: center;
    text-shadow: 2px 2px 4px #F87B1B;
}

.box {
    float: left;
    width: 25%;
    padding: both;
    border: 1px solid #000000;
    margin-bottom: 30px;
    background: #CBD99B;
    /*background-color: #B3E5FC;*/
}

.box a {
    font-size: 25px;
    color: black;
    text-shadow: 2px 2px 4px #F87B1B;
    /*text-shadow: 2px 2px 4px #CBD99B;*/
}

.grid::after {
    content: "";
    clear: both;
    display: table;
}

.box, .grid, .grid::after { box-sizing: border-box;}

p { text-align: center;
}

.sample { text-align: center;}

#disclaimer {
    background-color: yellow;
    color: red;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    border: 1px solid black;
    }

h3 {
    color: #11224E;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
    text-shadow: 2px 2px 4px #F87B1B;
}

/*hr {
    height: 5px;
    background-color: white;
} */

hr {
    height: 5px;
    width: 100%; /* Sets the width to 50% of its parent container */
    margin: 0 auto; /* Centers the hr horizontally */
    border: none; /* Removes default border */
    /*border-top: 2px solid #ccc; /* Adds a custom top border for the line */
    background-color: #CBD99B;
}

.back-to-top {
   font-size: x-large;
    text-align: center;
    display: block;
    width: 200px; /* Adjust width as needed */
    margin: 0 auto; 
}

li {
    text-align: center;
}

.marquee{
     border: 1px solid #FFFFFF;
     background-color: #FFFFFF;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    /*background-color: #f9f9f9;*/
    background: url(../Images/Backgrounds/background_5.jpg);
    color: #333;
}
header {
    background-color: #F87B1B;
    color: white;
    text-align: center;
    padding: 20px;
}
header h1 {
    margin: 0;
    font-size: 2.5em;
}
.effective-date {
    font-size: 1em;
    margin-top: 5px;
}
main {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #CBD99B;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h2 {
    color: #11224E;
    margin-top: 20px;
}
p, li {
    line-height: 1.6;
    /*font-size: 1.1em;*/
    font-size: 15px;
}
footer {
    text-align: center;
    padding: 10px;
    background-color: #F87B1B;
    color: white;
    position: fixed;
    width: 100%;
    bottom: 0;
}
 section {
    padding: 40px 20px;
    max-width: 800px;
    margin: auto;
    background-color: #CBD99B;
}
section h2 {
    color:  #11224E;
    border-bottom: 2px solid #CBD99B;
    padding-bottom: 10px;
}
section p, section ul {
    font-size: 1.1em;
    line-height: 1.6;
        }

